if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  position(o0,77,129);
  status.line.on();
  accept.input();

  load.view(33);
set.view(o1,33);
position(o1,47,87);
animate.obj(o1);
draw(o1);
set.cel(o1,0);
stop.cycling(o1);


if(v1 == 27){
position(o0,52,93);
status.line.on();
accept.input();




}
  draw(o0);
  show.pic();
  }
  if(said("look")){
  print("You're in the hall there's a door what leads you to the port. Also there's some great art of the sea.");
  }
  if(said("look","picture")){
  print("It's a cool looking picture by 'Leonrado Da Rull'.");
  }
  if(said("look","carpet")){
  print("It's something from Scotland if I'm correct.");



}
if(said("open","door")){
if(posn(o0,44,88,60,97)){
Print("Ok");
end.of.loop(o1,f61);
return();
}
Print("You're not close enough.");
}
if(isset(f61)){
reset(f61);
new.room(27);




}
if(posn(o0,74,148,88,158)){
new.room(26);


}
return();